home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / uslibr.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-01-11  |  2KB  |  40 lines

  1. cls
  2. @echo off
  3. echo       ╔════════════════════════════════════════════════════════════════╗
  4. echo       ║          The Bates Directory of U.S. Public Libraries          ║
  5. echo       ║                                                                ║
  6. echo       ║                    I N S T A L L A T I O N                     ║
  7. echo       ║----------------------------------------------------------------║
  8. echo       ║                                                                ║
  9. echo       ║                                                                ║
  10. echo       ║    IMPORTANT:  This installation feature will automatically    ║
  11. echo       ║    create the directory USLIB on your hard disk and load the   ║
  12. echo       ║    program into that directory.   You also need 2 megabytes    ║
  13. echo       ║    of free disk space on your hard disk for the program to     ║
  14. echo       ║    install.                                                    ║
  15. echo       ║                                                                ║
  16. echo       ║              To abort installation, hold down the              ║
  17. echo       ║                Control key and press C [Ctrl-C]                ║
  18. echo       ║                                                                ║
  19. echo       ║    To continue with the installation, press any other key      ║
  20. echo       ║                                                                ║
  21. echo       ╚════════════════════════════════════════════════════════════════╝
  22. pause
  23. cls
  24. echo                  ╔═══════════════════════════════════════════╗
  25. echo                  ║                                           ║
  26. echo                  ║          Loading: ARC1.TXT                ║
  27. echo                  ║          From Disk 1 in drive A:          ║
  28. echo                  ║                                           ║
  29. echo                  ║              PLEASE WAIT                  ║
  30. echo                  ║                                           ║
  31. echo                  ╚═══════════════════════════════════════════╝
  32.  
  33. mkdir c:\USLIB
  34. copy a:bates.obj c:\USLIB
  35. ren c:\uslib\bates.obj bates.bat
  36. copy a:readme.bat c:\uslib
  37. cd c:\USLIB
  38. c:\USLIB\bates
  39.  
  40.